object frmFormatPrompt: TfrmFormatPrompt Left = 378 Top = 169 BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp] BorderStyle = bsDialog Caption = 'Database Format' ClientHeight = 171 ClientWidth = 211 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnClose = FormClose PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 16 Top = 8 Width = 181 Height = 49 AutoSize = False Caption = 'You have not specified a database format. If you don'#39't specify o' + 'ne now, your play list will not be saved.' WordWrap = True end object Database: TGroupBox Left = 17 Top = 66 Width = 189 Height = 69 Caption = 'CD Database' TabOrder = 0 object cbFormatNative: TCheckBox Left = 8 Top = 20 Width = 173 Height = 17 HelpContext = 107 Caption = 'Save in CDPlayer.&INI format' TabOrder = 0 end object cbFormatCDDB: TCheckBox Left = 8 Top = 44 Width = 165 Height = 17 HelpContext = 108 Caption = 'Save in CDDB &format' TabOrder = 1 end end object btnOK: TButton Left = 68 Top = 140 Width = 75 Height = 25 Caption = '&OK' Default = True ModalResult = 1 TabOrder = 1 end end